home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 45 / PC Gamer IT CD 45 2-2.iso / SMANDEMO / data1.cab / Program_Executable_Files / data / scripts / weapons / asson.ws < prev    next >
Text File  |  1999-07-12  |  643b  |  27 lines

  1. $name "Asson"
  2.  
  3. $properties
  4. {
  5.     $collision_radius    =    16
  6.     $collision_flags    =     COLLIDE_WORLD,COLLIDE_ENEMYS,COLLIDE_INSTANCE
  7.     $blast_radius        =    0
  8.     $damage            =    30
  9.     $min_velocity        =    18
  10.     $max_velocity        =    18
  11.     $physics_flags        =    PHYS_NONE
  12.     $velocity_flags        =    USE_DEFAULT_VELOCITY,USE_MOMENTUM
  13.     $weapon_class        =    _WP_CLASS_VOODOO
  14.     $ammo                =    1
  15. }
  16.  
  17. $sounds
  18. {
  19.     $sound_fire            =    "data\audio\sfx\weapons\asson\shot.wav"
  20. }
  21.  
  22. $custom_sounds
  23. {
  24.     $sound_asson_loop            =    "data\audio\sfx\weapons\asson\fbloop.wav"
  25.     $sound_asson_hit            =    "data\audio\sfx\weapons\asson\fbout.wav"
  26.     $sound_asson_hit_baddy        =    "data\audio\sfx\weapons\marteau\hit.wav"
  27. }